home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 4BUME9 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  435 b   |  11 lines

  1. package java.lang;
  2.  
  3. public class RuntimeException extends Exception {
  4.    public RuntimeException() {
  5.    }
  6.  
  7.    public RuntimeException(String s) {
  8.       super(s);
  9.    }
  10. }
  11.